home *** CD-ROM | disk | FTP | other *** search
- ;********************************************************************
- ;
- ; PROGRAM: DGVPLAYR.DEF
- ;
- ; PURPOSE: Sample Interactive Player Demonstration
- ;
- ; RELEASE NOTES:
- ; Version - 3/13/92
- ;
- ; Copyright Intel Corp. 1990, 1992
- ; All Rights Reserved
- ;
- ;********************************************************************
-
- NAME DGVPLAYR
-
- DESCRIPTION 'Sample Interactive Player Application'
-
- EXETYPE WINDOWS
-
- STUB 'WINSTUB.EXE'
-
- CODE PRELOAD MOVEABLE DISCARDABLE
-
- DATA PRELOAD MOVEABLE MULTIPLE
-
- HEAPSIZE 2048
-
- STACKSIZE 10240
-
- EXPORTS
- DVIWndProc
- MainWndProc
- DriverDlg
- AboutDlg